Html Css Color HEX #264CBE Cerulean Blue

📋 copy color: '#264CBE'

red 38 ◦ green 76 ◦ blue 190

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

Shades of Cerulean Blue #264CBE

Tints of Cerulean Blue #264CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25%

 BLUE value IS 190 (74.61% from 255) = 62.5%

R = 12.5%
G = 25%
B = 62.5%

CMYK

 C value IS 0.8

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#264CBE (or 0x264CBE) is known color: Cerulean Blue. HEX triplet: 26, 4C and BE. RGB value is (38,76,190). Sum of RGB (Red+Green+Blue) = 38+76+190=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #264CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CBE is #D9B341. Grayscale: #4D4D4D. Windows color (decimal): -14267202 or 12471334. OLE color: 12471334.

HSL color Cylindrical-coordinate representation of color #264CBE: hue angle of 225º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264CBE is Cyan = 0.8, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 76 190 -
CMYK 0.8 0.60 0 0.25
HSL 225º 0.67% 0.45% -
HSV(B) 225º 0.8% 0.75% -
XYZ 12.68 9.3 49.84 -
YUV 77.63 191.41 99.73 -
System Red Green Blue C M Y K H S L
Decimal 38 76 190 0.8 0.60 0 0.25 225 0.67 0.45
Hex 26 4C BE 50 3C 0 19 E1 43 2D
Octal 46 114 276 120 74 0 31 341 103 55
Binary 100110 1001100 10111110 1010000 111100 0 11001 11100001 1000011 101101

Color Harmonies of #264CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CBE

Black with #264CBE

Text Example


Text Example

White with #264CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,76,190); }

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

background-color css

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

 a { background-color: rgb(38,76,190); }

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

border-color css

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

 span { border-color: rgb(38,76,190); }

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