Html Css Color HEX #1649F1 Cerulean Blue

📋 copy color: '#1649F1'

red 22 ◦ green 73 ◦ blue 241

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

Shades of Cerulean Blue #1649F1

Tints of Cerulean Blue #1649F1

RGB

 RED value IS 22 (8.98% from 255) = 6.55%

 GREEN value IS 73 (28.91% from 255) = 21.73%

 BLUE value IS 241 (94.53% from 255) = 71.73%

R = 6.55%
G = 21.73%
B = 71.73%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1649F1 (or 0x1649F1) is known color: Cerulean Blue. HEX triplet: 16, 49 and F1. RGB value is (22,73,241). Sum of RGB (Red+Green+Blue) = 22+73+241=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #1649F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1649F1 is #E9B60E. Grayscale: #4C4C4C. Windows color (decimal): -15316495 or 15812886. OLE color: 15812886.

HSL color Cylindrical-coordinate representation of color #1649F1: hue angle of 226.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1649F1 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 22 73 241 -
CMYK 0.91 0.70 0 0.05
HSL 226.03º 0.89% 0.52% -
HSV(B) 226.03º 0.91% 0.95% -
XYZ 18.59 11.29 84.42 -
YUV 76.9 220.6 88.84 -
System Red Green Blue C M Y K H S L
Decimal 22 73 241 0.91 0.70 0 0.05 226.03 0.89 0.52
Hex 16 49 F1 5B 46 0 5 E2 59 34
Octal 26 111 361 133 106 0 5 342 131 64
Binary 10110 1001001 11110001 1011011 1000110 0 101 11100010 1011001 110100

Color Harmonies of #1649F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1649F1

Black with #1649F1

Text Example


Text Example

White with #1649F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1649F1; }

 p { color: rgb(22,73,241); }

 H1.HeaderClassName
 {
   color: #1649F1;
 }
 .AnyTagClassName
 {
   color: #1649F1;
 }
</style>

background-color css

<style>
 a { background-color: #1649F1; }

 a { background-color: rgb(22,73,241); }

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

border-color css

<style>
 span { border-color: #1649F1; }

 span { border-color: rgb(22,73,241); }

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