Html Css Color HEX #264CBA Cerulean Blue

📋 copy color: '#264CBA'

red 38 ◦ green 76 ◦ blue 186

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

Shades of Cerulean Blue #264CBA

Tints of Cerulean Blue #264CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62%

R = 12.67%
G = 25.33%
B = 62%

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

#264CBA (or 0x264CBA) is known color: Cerulean Blue. HEX triplet: 26, 4C and BA. RGB value is (38,76,186). Sum of RGB (Red+Green+Blue) = 38+76+186=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #264CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CBA is #D9B345. Grayscale: #4C4C4C. Windows color (decimal): -14267206 or 12209190. OLE color: 12209190.

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

Color convert

RGB 38 76 186 -
CMYK 0.80 0.59 0 0.27
HSL 224.59º 0.66% 0.44% -
HSV(B) 224.59º 0.8% 0.73% -
XYZ 12.25 9.13 47.57 -
YUV 77.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 38 76 186 0.80 0.59 0 0.27 224.59 0.66 0.44
Hex 26 4C BA 50 3B 0 1B E1 42 2C
Octal 46 114 272 120 73 0 33 341 102 54
Binary 100110 1001100 10111010 1010000 111011 0 11011 11100001 1000010 101100

Color Harmonies of #264CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CBA

Black with #264CBA

Text Example


Text Example

White with #264CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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