Html Css Color HEX #184FEB Cerulean Blue

📋 copy color: '#184FEB'

red 24 ◦ green 79 ◦ blue 235

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

Shades of Cerulean Blue #184FEB

Tints of Cerulean Blue #184FEB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.37%

 BLUE value IS 235 (92.19% from 255) = 69.53%

R = 7.1%
G = 23.37%
B = 69.53%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#184FEB (or 0x184FEB) is known color: Cerulean Blue. HEX triplet: 18, 4F and EB. RGB value is (24,79,235). Sum of RGB (Red+Green+Blue) = 24+79+235=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #184FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #184FEB is #E7B014. Grayscale: #4F4F4F. Windows color (decimal): -15183893 or 15421208. OLE color: 15421208.

HSL color Cylindrical-coordinate representation of color #184FEB: hue angle of 224.36º degrees, saturation: 0.84, 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 #184FEB is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 79 235 -
CMYK 0.90 0.66 0 0.08
HSL 224.36º 0.84% 0.51% -
HSV(B) 224.36º 0.9% 0.92% -
XYZ 18.17 11.78 79.91 -
YUV 80.34 215.28 87.82 -
System Red Green Blue C M Y K H S L
Decimal 24 79 235 0.90 0.66 0 0.08 224.36 0.84 0.51
Hex 18 4F EB 5A 42 0 8 E0 54 33
Octal 30 117 353 132 102 0 10 340 124 63
Binary 11000 1001111 11101011 1011010 1000010 0 1000 11100000 1010100 110011

Color Harmonies of #184FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184FEB

Black with #184FEB

Text Example


Text Example

White with #184FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184FEB; }

 p { color: rgb(24,79,235); }

 H1.HeaderClassName
 {
   color: #184FEB;
 }
 .AnyTagClassName
 {
   color: #184FEB;
 }
</style>

background-color css

<style>
 a { background-color: #184FEB; }

 a { background-color: rgb(24,79,235); }

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

border-color css

<style>
 span { border-color: #184FEB; }

 span { border-color: rgb(24,79,235); }

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