Html Css Color HEX #07AFF1 Deep Sky Blue

📋 copy color: '#07AFF1'

red 7 ◦ green 175 ◦ blue 241

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

Shades of Deep Sky Blue #07AFF1

Tints of Deep Sky Blue #07AFF1

RGB

 RED value IS 7 (3.13% from 255) = 1.65%

 GREEN value IS 175 (68.75% from 255) = 41.37%

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

R = 1.65%
G = 41.37%
B = 56.97%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#07AFF1 (or 0x07AFF1) is known color: Deep Sky Blue. HEX triplet: 07, AF and F1. RGB value is (7,175,241). Sum of RGB (Red+Green+Blue) = 7+175+241=423 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.65% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #07AFF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AFF1 is #F8500E. Grayscale: #838383. Windows color (decimal): -16273423 or 15838983. OLE color: 15838983.

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

Color convert

RGB 7 175 241 -
CMYK 0.97 0.27 0 0.05
HSL 196.92º 0.94% 0.49% -
HSV(B) 196.92º 0.97% 0.95% -
XYZ 31.29 37.06 88.72 -
YUV 132.29 189.34 38.63 -
System Red Green Blue C M Y K H S L
Decimal 7 175 241 0.97 0.27 0 0.05 196.92 0.94 0.49
Hex 7 AF F1 61 1B 0 5 C5 5E 31
Octal 7 257 361 141 33 0 5 305 136 61
Binary 111 10101111 11110001 1100001 11011 0 101 11000101 1011110 110001

Color Harmonies of #07AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AFF1

Black with #07AFF1

Text Example


Text Example

White with #07AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07AFF1; }

 p { color: rgb(7,175,241); }

 H1.HeaderClassName
 {
   color: #07AFF1;
 }
 .AnyTagClassName
 {
   color: #07AFF1;
 }
</style>

background-color css

<style>
 a { background-color: #07AFF1; }

 a { background-color: rgb(7,175,241); }

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

border-color css

<style>
 span { border-color: #07AFF1; }

 span { border-color: rgb(7,175,241); }

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