Html Css Color HEX #267FBB Curious Blue

📋 copy color: '#267FBB'

red 38 ◦ green 127 ◦ blue 187

#267FBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #267FBB

Tints of Curious Blue #267FBB

RGB

 RED value IS 38 (15.23% from 255) = 10.8%

 GREEN value IS 127 (50% from 255) = 36.08%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 10.8%
G = 36.08%
B = 53.13%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#267FBB (or 0x267FBB) is known color: Curious Blue. HEX triplet: 26, 7F and BB. RGB value is (38,127,187). Sum of RGB (Red+Green+Blue) = 38+127+187=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #267FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267FBB is #D98044. Grayscale: #6A6A6A. Windows color (decimal): -14254149 or 12287782. OLE color: 12287782.

HSL color Cylindrical-coordinate representation of color #267FBB: hue angle of 204.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267FBB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 127 187 -
CMYK 0.80 0.32 0 0.27
HSL 204.16º 0.66% 0.44% -
HSV(B) 204.16º 0.8% 0.73% -
XYZ 17.36 19.18 49.8 -
YUV 107.23 173.01 78.62 -
System Red Green Blue C M Y K H S L
Decimal 38 127 187 0.80 0.32 0 0.27 204.16 0.66 0.44
Hex 26 7F BB 50 20 0 1B CC 42 2C
Octal 46 177 273 120 40 0 33 314 102 54
Binary 100110 1111111 10111011 1010000 100000 0 11011 11001100 1000010 101100

Color Harmonies of #267FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FBB

Black with #267FBB

Text Example


Text Example

White with #267FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267FBB; }

 p { color: rgb(38,127,187); }

 H1.HeaderClassName
 {
   color: #267FBB;
 }
 .AnyTagClassName
 {
   color: #267FBB;
 }
</style>

background-color css

<style>
 a { background-color: #267FBB; }

 a { background-color: rgb(38,127,187); }

 div.DivClassName
 {
   background-color: #267FBB;
 }
 .BgClassName
 {
   background-color: #267FBB;
 }
</style>

border-color css

<style>
 span { border-color: #267FBB; }

 span { border-color: rgb(38,127,187); }

 td.TdClassName
 {
   border-color: #267FBB;
 }
 .TagClassName
 {
   border-color: #267FBB;
 }
</style>