Html Css Color HEX #264BDC Cerulean Blue

📋 copy color: '#264BDC'

red 38 ◦ green 75 ◦ blue 220

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

Shades of Cerulean Blue #264BDC

Tints of Cerulean Blue #264BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 11.41%
G = 22.52%
B = 66.07%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#264BDC (or 0x264BDC) is known color: Cerulean Blue. HEX triplet: 26, 4B and DC. RGB value is (38,75,220). Sum of RGB (Red+Green+Blue) = 38+75+220=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #264BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BDC is #D9B423. Grayscale: #4F4F4F. Windows color (decimal): -14267428 or 14437158. OLE color: 14437158.

HSL color Cylindrical-coordinate representation of color #264BDC: hue angle of 227.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264BDC is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 75 220 -
CMYK 0.83 0.66 0 0.14
HSL 227.8º 0.72% 0.51% -
HSV(B) 227.8º 0.83% 0.86% -
XYZ 16.23 10.61 68.9 -
YUV 80.47 206.74 97.71 -
System Red Green Blue C M Y K H S L
Decimal 38 75 220 0.83 0.66 0 0.14 227.8 0.72 0.51
Hex 26 4B DC 53 42 0 E E4 48 33
Octal 46 113 334 123 102 0 16 344 110 63
Binary 100110 1001011 11011100 1010011 1000010 0 1110 11100100 1001000 110011

Color Harmonies of #264BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BDC

Black with #264BDC

Text Example


Text Example

White with #264BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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