Html Css Color HEX #1851CD Cerulean Blue

📋 copy color: '#1851CD'

red 24 ◦ green 81 ◦ blue 205

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

Shades of Cerulean Blue #1851CD

Tints of Cerulean Blue #1851CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 7.74%
G = 26.13%
B = 66.13%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1851CD (or 0x1851CD) is known color: Cerulean Blue. HEX triplet: 18, 51 and CD. RGB value is (24,81,205). Sum of RGB (Red+Green+Blue) = 24+81+205=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #1851CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1851CD is #E7AE32. Grayscale: #4D4D4D. Windows color (decimal): -15183411 or 13455640. OLE color: 13455640.

HSL color Cylindrical-coordinate representation of color #1851CD: hue angle of 221.1º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1851CD is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 81 205 -
CMYK 0.88 0.60 0 0.20
HSL 221.11º 0.79% 0.45% -
HSV(B) 221.11º 0.88% 0.8% -
XYZ 14.34 10.49 59.03 -
YUV 78.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 24 81 205 0.88 0.60 0 0.20 221.11 0.79 0.45
Hex 18 51 CD 58 3C 0 14 DD 4F 2D
Octal 30 121 315 130 74 0 24 335 117 55
Binary 11000 1010001 11001101 1011000 111100 0 10100 11011101 1001111 101101

Color Harmonies of #1851CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1851CD

Black with #1851CD

Text Example


Text Example

White with #1851CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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