Html Css Color HEX #264BCD Cerulean Blue

📋 copy color: '#264BCD'

red 38 ◦ green 75 ◦ blue 205

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

Shades of Cerulean Blue #264BCD

Tints of Cerulean Blue #264BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.58%

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 11.95%
G = 23.58%
B = 64.47%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#264BCD (or 0x264BCD) is known color: Cerulean Blue. HEX triplet: 26, 4B and CD. RGB value is (38,75,205). Sum of RGB (Red+Green+Blue) = 38+75+205=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #264BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BCD is #D9B432. Grayscale: #4E4E4E. Windows color (decimal): -14267443 or 13454118. OLE color: 13454118.

HSL color Cylindrical-coordinate representation of color #264BCD: hue angle of 226.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264BCD is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 75 205 -
CMYK 0.81 0.63 0 0.20
HSL 226.71º 0.69% 0.48% -
HSV(B) 226.71º 0.81% 0.8% -
XYZ 14.33 9.85 58.9 -
YUV 78.76 199.24 98.93 -
System Red Green Blue C M Y K H S L
Decimal 38 75 205 0.81 0.63 0 0.20 226.71 0.69 0.48
Hex 26 4B CD 51 3F 0 14 E3 45 30
Octal 46 113 315 121 77 0 24 343 105 60
Binary 100110 1001011 11001101 1010001 111111 0 10100 11100011 1000101 110000

Color Harmonies of #264BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BCD

Black with #264BCD

Text Example


Text Example

White with #264BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,75,205); }

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

background-color css

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

 a { background-color: rgb(38,75,205); }

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

border-color css

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

 span { border-color: rgb(38,75,205); }

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