Html Css Color HEX #264BCE Cerulean Blue

📋 copy color: '#264BCE'

red 38 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #264BCE

Tints of Cerulean Blue #264BCE

RGB

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

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

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

R = 11.91%
G = 23.51%
B = 64.58%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#264BCE (or 0x264BCE) is known color: Cerulean Blue. HEX triplet: 26, 4B and CE. RGB value is (38,75,206). Sum of RGB (Red+Green+Blue) = 38+75+206=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #264BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BCE is #D9B431. Grayscale: #4E4E4E. Windows color (decimal): -14267442 or 13519654. OLE color: 13519654.

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

Color convert

RGB 38 75 206 -
CMYK 0.82 0.64 0 0.19
HSL 226.79º 0.69% 0.48% -
HSV(B) 226.79º 0.82% 0.81% -
XYZ 14.46 9.9 59.54 -
YUV 78.87 199.74 98.85 -
System Red Green Blue C M Y K H S L
Decimal 38 75 206 0.82 0.64 0 0.19 226.79 0.69 0.48
Hex 26 4B CE 52 40 0 13 E3 45 30
Octal 46 113 316 122 100 0 23 343 105 60
Binary 100110 1001011 11001110 1010010 1000000 0 10011 11100011 1000101 110000

Color Harmonies of #264BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BCE

Black with #264BCE

Text Example


Text Example

White with #264BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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