Html Css Color HEX #264CBD Cerulean Blue

📋 copy color: '#264CBD'

red 38 ◦ green 76 ◦ blue 189

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

Shades of Cerulean Blue #264CBD

Tints of Cerulean Blue #264CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 12.54%
G = 25.08%
B = 62.38%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#264CBD (or 0x264CBD) is known color: Cerulean Blue. HEX triplet: 26, 4C and BD. RGB value is (38,76,189). Sum of RGB (Red+Green+Blue) = 38+76+189=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #264CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CBD is #D9B342. Grayscale: #4D4D4D. Windows color (decimal): -14267203 or 12405798. OLE color: 12405798.

HSL color Cylindrical-coordinate representation of color #264CBD: hue angle of 224.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264CBD is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 76 189 -
CMYK 0.80 0.60 0 0.26
HSL 224.9º 0.67% 0.45% -
HSV(B) 224.9º 0.8% 0.74% -
XYZ 12.57 9.26 49.27 -
YUV 77.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 38 76 189 0.80 0.60 0 0.26 224.9 0.67 0.45
Hex 26 4C BD 50 3C 0 1A E1 43 2D
Octal 46 114 275 120 74 0 32 341 103 55
Binary 100110 1001100 10111101 1010000 111100 0 11010 11100001 1000011 101101

Color Harmonies of #264CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CBD

Black with #264CBD

Text Example


Text Example

White with #264CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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