Html Css Color HEX #264BDB Cerulean Blue

📋 copy color: '#264BDB'

red 38 ◦ green 75 ◦ blue 219

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

Shades of Cerulean Blue #264BDB

Tints of Cerulean Blue #264BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.96%

R = 11.45%
G = 22.59%
B = 65.96%

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

#264BDB (or 0x264BDB) is known color: Cerulean Blue. HEX triplet: 26, 4B and DB. RGB value is (38,75,219). Sum of RGB (Red+Green+Blue) = 38+75+219=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #264BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BDB is #D9B424. Grayscale: #4F4F4F. Windows color (decimal): -14267429 or 14371622. OLE color: 14371622.

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

Color convert

RGB 38 75 219 -
CMYK 0.83 0.66 0 0.14
HSL 227.73º 0.72% 0.5% -
HSV(B) 227.73º 0.83% 0.86% -
XYZ 16.1 10.56 68.21 -
YUV 80.35 206.24 97.79 -
System Red Green Blue C M Y K H S L
Decimal 38 75 219 0.83 0.66 0 0.14 227.73 0.72 0.5
Hex 26 4B DB 53 42 0 E E4 48 32
Octal 46 113 333 123 102 0 16 344 110 62
Binary 100110 1001011 11011011 1010011 1000010 0 1110 11100100 1001000 110010

Color Harmonies of #264BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BDB

Black with #264BDB

Text Example


Text Example

White with #264BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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