Html Css Color HEX #04B1F1 Deep Sky Blue

📋 copy color: '#04B1F1'

red 4 ◦ green 177 ◦ blue 241

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

Shades of Deep Sky Blue #04B1F1

Tints of Deep Sky Blue #04B1F1

RGB

 RED value IS 4 (1.95% from 255) = 0.95%

 GREEN value IS 177 (69.53% from 255) = 41.94%

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

R = 0.95%
G = 41.94%
B = 57.11%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#04B1F1 (or 0x04B1F1) is known color: Deep Sky Blue. HEX triplet: 04, B1 and F1. RGB value is (4,177,241). Sum of RGB (Red+Green+Blue) = 4+177+241=422 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #04B1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #04B1F1 is #FB4E0E. Grayscale: #848484. Windows color (decimal): -16469519 or 15839492. OLE color: 15839492.

HSL color Cylindrical-coordinate representation of color #04B1F1: hue angle of 196.2º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B1F1 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 177 241 -
CMYK 0.98 0.27 0 0.05
HSL 196.2º 0.97% 0.48% -
HSV(B) 196.2º 0.98% 0.95% -
XYZ 31.65 37.82 88.85 -
YUV 132.57 189.19 36.3 -
System Red Green Blue C M Y K H S L
Decimal 4 177 241 0.98 0.27 0 0.05 196.2 0.97 0.48
Hex 4 B1 F1 62 1B 0 5 C4 61 30
Octal 4 261 361 142 33 0 5 304 141 60
Binary 100 10110001 11110001 1100010 11011 0 101 11000100 1100001 110000

Color Harmonies of #04B1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B1F1

Black with #04B1F1

Text Example


Text Example

White with #04B1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04B1F1; }

 p { color: rgb(4,177,241); }

 H1.HeaderClassName
 {
   color: #04B1F1;
 }
 .AnyTagClassName
 {
   color: #04B1F1;
 }
</style>

background-color css

<style>
 a { background-color: #04B1F1; }

 a { background-color: rgb(4,177,241); }

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

border-color css

<style>
 span { border-color: #04B1F1; }

 span { border-color: rgb(4,177,241); }

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