Html Css Color HEX #267ABB Curious Blue

📋 copy color: '#267ABB'

red 38 ◦ green 122 ◦ blue 187

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

Shades of Curious Blue #267ABB

Tints of Curious Blue #267ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

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

R = 10.95%
G = 35.16%
B = 53.89%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#267ABB (or 0x267ABB) is known color: Curious Blue. HEX triplet: 26, 7A and BB. RGB value is (38,122,187). Sum of RGB (Red+Green+Blue) = 38+122+187=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #267ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267ABB is #D98544. Grayscale: #676767. Windows color (decimal): -14255429 or 12286502. OLE color: 12286502.

HSL color Cylindrical-coordinate representation of color #267ABB: hue angle of 206.17º 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 #267ABB is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 122 187 -
CMYK 0.80 0.35 0 0.27
HSL 206.17º 0.66% 0.44% -
HSV(B) 206.17º 0.8% 0.73% -
XYZ 16.73 17.92 49.59 -
YUV 104.29 174.67 80.71 -
System Red Green Blue C M Y K H S L
Decimal 38 122 187 0.80 0.35 0 0.27 206.17 0.66 0.44
Hex 26 7A BB 50 23 0 1B CE 42 2C
Octal 46 172 273 120 43 0 33 316 102 54
Binary 100110 1111010 10111011 1010000 100011 0 11011 11001110 1000010 101100

Color Harmonies of #267ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267ABB

Black with #267ABB

Text Example


Text Example

White with #267ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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