Html Css Color HEX #264DB9 Cerulean Blue

📋 copy color: '#264DB9'

red 38 ◦ green 77 ◦ blue 185

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

Shades of Cerulean Blue #264DB9

Tints of Cerulean Blue #264DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.67%

R = 12.67%
G = 25.67%
B = 61.67%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#264DB9 (or 0x264DB9) is known color: Cerulean Blue. HEX triplet: 26, 4D and B9. RGB value is (38,77,185). Sum of RGB (Red+Green+Blue) = 38+77+185=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #264DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DB9 is #D9B246. Grayscale: #4D4D4D. Windows color (decimal): -14266951 or 12143910. OLE color: 12143910.

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

Color convert

RGB 38 77 185 -
CMYK 0.79 0.58 0 0.27
HSL 224.08º 0.66% 0.44% -
HSV(B) 224.08º 0.79% 0.73% -
XYZ 12.21 9.22 47.04 -
YUV 77.65 188.58 99.72 -
System Red Green Blue C M Y K H S L
Decimal 38 77 185 0.79 0.58 0 0.27 224.08 0.66 0.44
Hex 26 4D B9 4F 3A 0 1B E0 42 2C
Octal 46 115 271 117 72 0 33 340 102 54
Binary 100110 1001101 10111001 1001111 111010 0 11011 11100000 1000010 101100

Color Harmonies of #264DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DB9

Black with #264DB9

Text Example


Text Example

White with #264DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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