Html Css Color HEX #264EDF Cerulean Blue

📋 copy color: '#264EDF'

red 38 ◦ green 78 ◦ blue 223

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

Shades of Cerulean Blue #264EDF

Tints of Cerulean Blue #264EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.01%

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 11.21%
G = 23.01%
B = 65.78%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#264EDF (or 0x264EDF) is known color: Cerulean Blue. HEX triplet: 26, 4E and DF. RGB value is (38,78,223). Sum of RGB (Red+Green+Blue) = 38+78+223=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #264EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EDF is #D9B120. Grayscale: #515151. Windows color (decimal): -14266657 or 14634534. OLE color: 14634534.

HSL color Cylindrical-coordinate representation of color #264EDF: hue angle of 227.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264EDF is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 78 223 -
CMYK 0.83 0.65 0 0.13
HSL 227.03º 0.74% 0.51% -
HSV(B) 227.03º 0.83% 0.87% -
XYZ 16.84 11.19 71.08 -
YUV 82.57 207.25 96.21 -
System Red Green Blue C M Y K H S L
Decimal 38 78 223 0.83 0.65 0 0.13 227.03 0.74 0.51
Hex 26 4E DF 53 41 0 D E3 4A 33
Octal 46 116 337 123 101 0 15 343 112 63
Binary 100110 1001110 11011111 1010011 1000001 0 1101 11100011 1001010 110011

Color Harmonies of #264EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264EDF

Black with #264EDF

Text Example


Text Example

White with #264EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,78,223); }

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

background-color css

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

 a { background-color: rgb(38,78,223); }

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

border-color css

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

 span { border-color: rgb(38,78,223); }

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