Html Css Color HEX #264FDB Cerulean Blue

📋 copy color: '#264FDB'

red 38 ◦ green 79 ◦ blue 219

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

Shades of Cerulean Blue #264FDB

Tints of Cerulean Blue #264FDB

RGB

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

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

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

R = 11.31%
G = 23.51%
B = 65.18%

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

#264FDB (or 0x264FDB) is known color: Cerulean Blue. HEX triplet: 26, 4F and DB. RGB value is (38,79,219). Sum of RGB (Red+Green+Blue) = 38+79+219=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #264FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FDB is #D9B024. Grayscale: #525252. Windows color (decimal): -14266405 or 14372646. OLE color: 14372646.

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

Color convert

RGB 38 79 219 -
CMYK 0.83 0.64 0 0.14
HSL 226.41º 0.72% 0.5% -
HSV(B) 226.41º 0.83% 0.86% -
XYZ 16.38 11.12 68.3 -
YUV 82.7 204.92 96.12 -
System Red Green Blue C M Y K H S L
Decimal 38 79 219 0.83 0.64 0 0.14 226.41 0.72 0.5
Hex 26 4F DB 53 40 0 E E2 48 32
Octal 46 117 333 123 100 0 16 342 110 62
Binary 100110 1001111 11011011 1010011 1000000 0 1110 11100010 1001000 110010

Color Harmonies of #264FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FDB

Black with #264FDB

Text Example


Text Example

White with #264FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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