Html Css Color HEX #264CBC Cerulean Blue

📋 copy color: '#264CBC'

red 38 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #264CBC

Tints of Cerulean Blue #264CBC

RGB

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

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

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

R = 12.58%
G = 25.17%
B = 62.25%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#264CBC (or 0x264CBC) is known color: Cerulean Blue. HEX triplet: 26, 4C and BC. RGB value is (38,76,188). Sum of RGB (Red+Green+Blue) = 38+76+188=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #264CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CBC is #D9B343. Grayscale: #4C4C4C. Windows color (decimal): -14267204 or 12340262. OLE color: 12340262.

HSL color Cylindrical-coordinate representation of color #264CBC: hue angle of 224.8º 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 #264CBC is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 76 188 -
CMYK 0.80 0.60 0 0.26
HSL 224.8º 0.66% 0.44% -
HSV(B) 224.8º 0.8% 0.74% -
XYZ 12.46 9.21 48.7 -
YUV 77.41 190.41 99.89 -
System Red Green Blue C M Y K H S L
Decimal 38 76 188 0.80 0.60 0 0.26 224.8 0.66 0.44
Hex 26 4C BC 50 3C 0 1A E1 42 2C
Octal 46 114 274 120 74 0 32 341 102 54
Binary 100110 1001100 10111100 1010000 111100 0 11010 11100001 1000010 101100

Color Harmonies of #264CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CBC

Black with #264CBC

Text Example


Text Example

White with #264CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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