Html Css Color HEX #264EC6 Cerulean Blue

📋 copy color: '#264EC6'

red 38 ◦ green 78 ◦ blue 198

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

Shades of Cerulean Blue #264EC6

Tints of Cerulean Blue #264EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.06%

R = 12.1%
G = 24.84%
B = 63.06%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#264EC6 (or 0x264EC6) is known color: Cerulean Blue. HEX triplet: 26, 4E and C6. RGB value is (38,78,198). Sum of RGB (Red+Green+Blue) = 38+78+198=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 198 (77.73% from 255 or 63.06% from 314); Max value from RGB is 198 - color contains mainly: blue. Hex color #264EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264EC6 is #D9B139. Grayscale: #4F4F4F. Windows color (decimal): -14266682 or 12996134. OLE color: 12996134.

HSL color Cylindrical-coordinate representation of color #264EC6: hue angle of 225º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #264EC6 is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 78 198 -
CMYK 0.81 0.61 0 0.22
HSL 225º 0.68% 0.46% -
HSV(B) 225º 0.81% 0.78% -
XYZ 13.72 9.94 54.62 -
YUV 79.72 194.75 98.24 -
System Red Green Blue C M Y K H S L
Decimal 38 78 198 0.81 0.61 0 0.22 225 0.68 0.46
Hex 26 4E C6 51 3D 0 16 E1 44 2E
Octal 46 116 306 121 75 0 26 341 104 56
Binary 100110 1001110 11000110 1010001 111101 0 10110 11100001 1000100 101110

Color Harmonies of #264EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264EC6

Black with #264EC6

Text Example


Text Example

White with #264EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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