Html Css Color HEX #264FB8 Cerulean Blue

📋 copy color: '#264FB8'

red 38 ◦ green 79 ◦ blue 184

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

Shades of Cerulean Blue #264FB8

Tints of Cerulean Blue #264FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.13%

R = 12.62%
G = 26.25%
B = 61.13%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#264FB8 (or 0x264FB8) is known color: Cerulean Blue. HEX triplet: 26, 4F and B8. RGB value is (38,79,184). Sum of RGB (Red+Green+Blue) = 38+79+184=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 184 (72.27% from 255 or 61.13% from 301); Max value from RGB is 184 - color contains mainly: blue. Hex color #264FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FB8 is #D9B047. Grayscale: #4E4E4E. Windows color (decimal): -14266440 or 12078886. OLE color: 12078886.

HSL color Cylindrical-coordinate representation of color #264FB8: hue angle of 223.15º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #264FB8 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 38 79 184 -
CMYK 0.79 0.57 0 0.28
HSL 223.15º 0.66% 0.44% -
HSV(B) 223.15º 0.79% 0.72% -
XYZ 12.25 9.46 46.53 -
YUV 78.71 187.42 98.96 -
System Red Green Blue C M Y K H S L
Decimal 38 79 184 0.79 0.57 0 0.28 223.15 0.66 0.44
Hex 26 4F B8 4F 39 0 1C DF 42 2C
Octal 46 117 270 117 71 0 34 337 102 54
Binary 100110 1001111 10111000 1001111 111001 0 11100 11011111 1000010 101100

Color Harmonies of #264FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FB8

Black with #264FB8

Text Example


Text Example

White with #264FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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