Html Css Color HEX #264CBB Cerulean Blue

📋 copy color: '#264CBB'

red 38 ◦ green 76 ◦ blue 187

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

Shades of Cerulean Blue #264CBB

Tints of Cerulean Blue #264CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 12.62%
G = 25.25%
B = 62.13%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#264CBB (or 0x264CBB) is known color: Cerulean Blue. HEX triplet: 26, 4C and BB. RGB value is (38,76,187). Sum of RGB (Red+Green+Blue) = 38+76+187=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #264CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CBB is #D9B344. Grayscale: #4C4C4C. Windows color (decimal): -14267205 or 12274726. OLE color: 12274726.

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

Color convert

RGB 38 76 187 -
CMYK 0.80 0.59 0 0.27
HSL 224.7º 0.66% 0.44% -
HSV(B) 224.7º 0.8% 0.73% -
XYZ 12.35 9.17 48.13 -
YUV 77.29 189.91 99.97 -
System Red Green Blue C M Y K H S L
Decimal 38 76 187 0.80 0.59 0 0.27 224.7 0.66 0.44
Hex 26 4C BB 50 3B 0 1B E1 42 2C
Octal 46 114 273 120 73 0 33 341 102 54
Binary 100110 1001100 10111011 1010000 111011 0 11011 11100001 1000010 101100

Color Harmonies of #264CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CBB

Black with #264CBB

Text Example


Text Example

White with #264CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264CBB; }

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

 H1.HeaderClassName
 {
   color: #264CBB;
 }
 .AnyTagClassName
 {
   color: #264CBB;
 }
</style>

background-color css

<style>
 a { background-color: #264CBB; }

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

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

border-color css

<style>
 span { border-color: #264CBB; }

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

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