Html Css Color HEX #264EC1 Cerulean Blue

📋 copy color: '#264EC1'

red 38 ◦ green 78 ◦ blue 193

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

Shades of Cerulean Blue #264EC1

Tints of Cerulean Blue #264EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 62.46%

R = 12.3%
G = 25.24%
B = 62.46%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#264EC1 (or 0x264EC1) is known color: Cerulean Blue. HEX triplet: 26, 4E and C1. RGB value is (38,78,193). Sum of RGB (Red+Green+Blue) = 38+78+193=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 193 (75.78% from 255 or 62.46% from 309); Max value from RGB is 193 - color contains mainly: blue. Hex color #264EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EC1 is #D9B13E. Grayscale: #4E4E4E. Windows color (decimal): -14266687 or 12668454. OLE color: 12668454.

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

Color convert

RGB 38 78 193 -
CMYK 0.80 0.60 0 0.24
HSL 224.52º 0.67% 0.45% -
HSV(B) 224.52º 0.8% 0.76% -
XYZ 13.15 9.71 51.63 -
YUV 79.15 192.25 98.65 -
System Red Green Blue C M Y K H S L
Decimal 38 78 193 0.80 0.60 0 0.24 224.52 0.67 0.45
Hex 26 4E C1 50 3C 0 18 E1 43 2D
Octal 46 116 301 120 74 0 30 341 103 55
Binary 100110 1001110 11000001 1010000 111100 0 11000 11100001 1000011 101101

Color Harmonies of #264EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264EC1

Black with #264EC1

Text Example


Text Example

White with #264EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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