Html Css Color HEX #264BC0 Cerulean Blue

📋 copy color: '#264BC0'

red 38 ◦ green 75 ◦ blue 192

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

Shades of Cerulean Blue #264BC0

Tints of Cerulean Blue #264BC0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 192 (75.39% from 255) = 62.95%

R = 12.46%
G = 24.59%
B = 62.95%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#264BC0 (or 0x264BC0) is known color: Cerulean Blue. HEX triplet: 26, 4B and C0. RGB value is (38,75,192). Sum of RGB (Red+Green+Blue) = 38+75+192=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #264BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BC0 is #D9B43F. Grayscale: #4C4C4C. Windows color (decimal): -14267456 or 12602150. OLE color: 12602150.

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

Color convert

RGB 38 75 192 -
CMYK 0.80 0.61 0 0.25
HSL 225.58º 0.67% 0.45% -
HSV(B) 225.58º 0.8% 0.75% -
XYZ 12.83 9.25 50.98 -
YUV 77.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 38 75 192 0.80 0.61 0 0.25 225.58 0.67 0.45
Hex 26 4B C0 50 3D 0 19 E2 43 2D
Octal 46 113 300 120 75 0 31 342 103 55
Binary 100110 1001011 11000000 1010000 111101 0 11001 11100010 1000011 101101

Color Harmonies of #264BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BC0

Black with #264BC0

Text Example


Text Example

White with #264BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,75,192); }

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

background-color css

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

 a { background-color: rgb(38,75,192); }

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

border-color css

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

 span { border-color: rgb(38,75,192); }

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