Html Css Color HEX #1851EA Cerulean Blue

📋 copy color: '#1851EA'

red 24 ◦ green 81 ◦ blue 234

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

Shades of Cerulean Blue #1851EA

Tints of Cerulean Blue #1851EA

RGB

 RED value IS 24 (9.77% from 255) = 7.08%

 GREEN value IS 81 (32.03% from 255) = 23.89%

 BLUE value IS 234 (91.8% from 255) = 69.03%

R = 7.08%
G = 23.89%
B = 69.03%

CMYK

 C value IS 0.90

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1851EA (or 0x1851EA) is known color: Cerulean Blue. HEX triplet: 18, 51 and EA. RGB value is (24,81,234). Sum of RGB (Red+Green+Blue) = 24+81+234=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #1851EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1851EA is #E7AE15. Grayscale: #505050. Windows color (decimal): -15183382 or 15356184. OLE color: 15356184.

HSL color Cylindrical-coordinate representation of color #1851EA: hue angle of 223.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1851EA is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 81 234 -
CMYK 0.90 0.65 0 0.08
HSL 223.71º 0.83% 0.51% -
HSV(B) 223.71º 0.9% 0.92% -
XYZ 18.17 12.02 79.2 -
YUV 81.4 214.12 87.06 -
System Red Green Blue C M Y K H S L
Decimal 24 81 234 0.90 0.65 0 0.08 223.71 0.83 0.51
Hex 18 51 EA 5A 41 0 8 E0 53 33
Octal 30 121 352 132 101 0 10 340 123 63
Binary 11000 1010001 11101010 1011010 1000001 0 1000 11100000 1010011 110011

Color Harmonies of #1851EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1851EA

Black with #1851EA

Text Example


Text Example

White with #1851EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1851EA; }

 p { color: rgb(24,81,234); }

 H1.HeaderClassName
 {
   color: #1851EA;
 }
 .AnyTagClassName
 {
   color: #1851EA;
 }
</style>

background-color css

<style>
 a { background-color: #1851EA; }

 a { background-color: rgb(24,81,234); }

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

border-color css

<style>
 span { border-color: #1851EA; }

 span { border-color: rgb(24,81,234); }

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