Html Css Color HEX #264FDC Cerulean Blue

📋 copy color: '#264FDC'

red 38 ◦ green 79 ◦ blue 220

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

Shades of Cerulean Blue #264FDC

Tints of Cerulean Blue #264FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

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

R = 11.28%
G = 23.44%
B = 65.28%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#264FDC (or 0x264FDC) is known color: Cerulean Blue. HEX triplet: 26, 4F and DC. RGB value is (38,79,220). Sum of RGB (Red+Green+Blue) = 38+79+220=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #264FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FDC is #D9B023. Grayscale: #525252. Windows color (decimal): -14266404 or 14438182. OLE color: 14438182.

HSL color Cylindrical-coordinate representation of color #264FDC: hue angle of 226.48º 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 #264FDC is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 79 220 -
CMYK 0.83 0.64 0 0.14
HSL 226.48º 0.72% 0.51% -
HSV(B) 226.48º 0.83% 0.86% -
XYZ 16.51 11.17 69 -
YUV 82.82 205.42 96.04 -
System Red Green Blue C M Y K H S L
Decimal 38 79 220 0.83 0.64 0 0.14 226.48 0.72 0.51
Hex 26 4F DC 53 40 0 E E2 48 33
Octal 46 117 334 123 100 0 16 342 110 63
Binary 100110 1001111 11011100 1010011 1000000 0 1110 11100010 1001000 110011

Color Harmonies of #264FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FDC

Black with #264FDC

Text Example


Text Example

White with #264FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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