Html Css Color HEX #1F46D7 Cerulean Blue

📋 copy color: '#1F46D7'

red 31 ◦ green 70 ◦ blue 215

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

Shades of Cerulean Blue #1F46D7

Tints of Cerulean Blue #1F46D7

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 215 (84.38% from 255) = 68.04%

R = 9.81%
G = 22.15%
B = 68.04%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1F46D7 (or 0x1F46D7) is known color: Cerulean Blue. HEX triplet: 1F, 46 and D7. RGB value is (31,70,215). Sum of RGB (Red+Green+Blue) = 31+70+215=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 215 (84.38% from 255 or 68.04% from 316); Max value from RGB is 215 - color contains mainly: blue. Hex color #1F46D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46D7 is #E0B928. Grayscale: #4A4A4A. Windows color (decimal): -14727465 or 14108191. OLE color: 14108191.

HSL color Cylindrical-coordinate representation of color #1F46D7: hue angle of 227.28º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F46D7 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 31 70 215 -
CMYK 0.86 0.67 0 0.16
HSL 227.28º 0.75% 0.48% -
HSV(B) 227.28º 0.86% 0.84% -
XYZ 15.02 9.58 65.35 -
YUV 74.87 207.08 96.71 -
System Red Green Blue C M Y K H S L
Decimal 31 70 215 0.86 0.67 0 0.16 227.28 0.75 0.48
Hex 1F 46 D7 56 43 0 10 E3 4B 30
Octal 37 106 327 126 103 0 20 343 113 60
Binary 11111 1000110 11010111 1010110 1000011 0 10000 11100011 1001011 110000

Color Harmonies of #1F46D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F46D7

Black with #1F46D7

Text Example


Text Example

White with #1F46D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,215); }

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

background-color css

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

 a { background-color: rgb(31,70,215); }

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

border-color css

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

 span { border-color: rgb(31,70,215); }

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