Html Css Color HEX #264EBC Cerulean Blue

📋 copy color: '#264EBC'

red 38 ◦ green 78 ◦ blue 188

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

Shades of Cerulean Blue #264EBC

Tints of Cerulean Blue #264EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.66%

 BLUE value IS 188 (73.83% from 255) = 61.84%

R = 12.5%
G = 25.66%
B = 61.84%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#264EBC (or 0x264EBC) is known color: Cerulean Blue. HEX triplet: 26, 4E and BC. RGB value is (38,78,188). Sum of RGB (Red+Green+Blue) = 38+78+188=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #264EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EBC is #D9B143. Grayscale: #4E4E4E. Windows color (decimal): -14266692 or 12340774. OLE color: 12340774.

HSL color Cylindrical-coordinate representation of color #264EBC: hue angle of 224º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264EBC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 78 188 -
CMYK 0.80 0.59 0 0.26
HSL 224º 0.66% 0.44% -
HSV(B) 224º 0.8% 0.74% -
XYZ 12.6 9.49 48.74 -
YUV 78.58 189.75 99.06 -
System Red Green Blue C M Y K H S L
Decimal 38 78 188 0.80 0.59 0 0.26 224 0.66 0.44
Hex 26 4E BC 50 3B 0 1A E0 42 2C
Octal 46 116 274 120 73 0 32 340 102 54
Binary 100110 1001110 10111100 1010000 111011 0 11010 11100000 1000010 101100

Color Harmonies of #264EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264EBC

Black with #264EBC

Text Example


Text Example

White with #264EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,78,188); }

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

background-color css

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

 a { background-color: rgb(38,78,188); }

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

border-color css

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

 span { border-color: rgb(38,78,188); }

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