Html Css Color HEX #1F4ADA Cerulean Blue

📋 copy color: '#1F4ADA'

red 31 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #1F4ADA

Tints of Cerulean Blue #1F4ADA

RGB

 RED value IS 31 (12.5% from 255) = 9.6%

 GREEN value IS 74 (29.3% from 255) = 22.91%

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 9.6%
G = 22.91%
B = 67.49%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F4ADA (or 0x1F4ADA) is known color: Cerulean Blue. HEX triplet: 1F, 4A and DA. RGB value is (31,74,218). Sum of RGB (Red+Green+Blue) = 31+74+218=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F4ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4ADA is #E0B525. Grayscale: #4C4C4C. Windows color (decimal): -14726438 or 14305823. OLE color: 14305823.

HSL color Cylindrical-coordinate representation of color #1F4ADA: hue angle of 226.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F4ADA is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 74 218 -
CMYK 0.86 0.66 0 0.15
HSL 226.2º 0.75% 0.49% -
HSV(B) 226.2º 0.86% 0.85% -
XYZ 15.67 10.25 67.48 -
YUV 77.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 31 74 218 0.86 0.66 0 0.15 226.2 0.75 0.49
Hex 1F 4A DA 56 42 0 F E2 4B 31
Octal 37 112 332 126 102 0 17 342 113 61
Binary 11111 1001010 11011010 1010110 1000010 0 1111 11100010 1001011 110001

Color Harmonies of #1F4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4ADA

Black with #1F4ADA

Text Example


Text Example

White with #1F4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,74,218); }

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

background-color css

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

 a { background-color: rgb(31,74,218); }

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

border-color css

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

 span { border-color: rgb(31,74,218); }

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