Html Css Color HEX #1C45EE Cerulean Blue

📋 copy color: '#1C45EE'

red 28 ◦ green 69 ◦ blue 238

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

Shades of Cerulean Blue #1C45EE

Tints of Cerulean Blue #1C45EE

RGB

 RED value IS 28 (11.33% from 255) = 8.36%

 GREEN value IS 69 (27.34% from 255) = 20.6%

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 8.36%
G = 20.6%
B = 71.04%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1C45EE (or 0x1C45EE) is known color: Cerulean Blue. HEX triplet: 1C, 45 and EE. RGB value is (28,69,238). Sum of RGB (Red+Green+Blue) = 28+69+238=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #1C45EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C45EE is #E3BA11. Grayscale: #4B4B4B. Windows color (decimal): -14924306 or 15615260. OLE color: 15615260.

HSL color Cylindrical-coordinate representation of color #1C45EE: hue angle of 228.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C45EE is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 28 69 238 -
CMYK 0.88 0.71 0 0.07
HSL 228.29º 0.86% 0.52% -
HSV(B) 228.29º 0.88% 0.93% -
XYZ 18.04 10.68 82 -
YUV 76.01 219.42 93.76 -
System Red Green Blue C M Y K H S L
Decimal 28 69 238 0.88 0.71 0 0.07 228.29 0.86 0.52
Hex 1C 45 EE 58 47 0 7 E4 56 34
Octal 34 105 356 130 107 0 7 344 126 64
Binary 11100 1000101 11101110 1011000 1000111 0 111 11100100 1010110 110100

Color Harmonies of #1C45EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C45EE

Black with #1C45EE

Text Example


Text Example

White with #1C45EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C45EE; }

 p { color: rgb(28,69,238); }

 H1.HeaderClassName
 {
   color: #1C45EE;
 }
 .AnyTagClassName
 {
   color: #1C45EE;
 }
</style>

background-color css

<style>
 a { background-color: #1C45EE; }

 a { background-color: rgb(28,69,238); }

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

border-color css

<style>
 span { border-color: #1C45EE; }

 span { border-color: rgb(28,69,238); }

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