Html Css Color HEX #264DCE Cerulean Blue

📋 copy color: '#264DCE'

red 38 ◦ green 77 ◦ blue 206

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

Shades of Cerulean Blue #264DCE

Tints of Cerulean Blue #264DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 11.84%
G = 23.99%
B = 64.17%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#264DCE (or 0x264DCE) is known color: Cerulean Blue. HEX triplet: 26, 4D and CE. RGB value is (38,77,206). Sum of RGB (Red+Green+Blue) = 38+77+206=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #264DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DCE is #D9B231. Grayscale: #4F4F4F. Windows color (decimal): -14266930 or 13520166. OLE color: 13520166.

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

Color convert

RGB 38 77 206 -
CMYK 0.82 0.63 0 0.19
HSL 226.07º 0.69% 0.48% -
HSV(B) 226.07º 0.82% 0.81% -
XYZ 14.59 10.18 59.59 -
YUV 80.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 38 77 206 0.82 0.63 0 0.19 226.07 0.69 0.48
Hex 26 4D CE 52 3F 0 13 E2 45 30
Octal 46 115 316 122 77 0 23 342 105 60
Binary 100110 1001101 11001110 1010010 111111 0 10011 11100010 1000101 110000

Color Harmonies of #264DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DCE

Black with #264DCE

Text Example


Text Example

White with #264DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,77,206); }

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

background-color css

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

 a { background-color: rgb(38,77,206); }

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

border-color css

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

 span { border-color: rgb(38,77,206); }

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