Html Css Color HEX #02D4F7 Deep Sky Blue

📋 copy color: '#02D4F7'

red 2 ◦ green 212 ◦ blue 247

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

Shades of Deep Sky Blue #02D4F7

Tints of Deep Sky Blue #02D4F7

RGB

 RED value IS 2 (1.17% from 255) = 0.43%

 GREEN value IS 212 (83.2% from 255) = 45.99%

 BLUE value IS 247 (96.88% from 255) = 53.58%

R = 0.43%
G = 45.99%
B = 53.58%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#02D4F7 (or 0x02D4F7) is known color: Deep Sky Blue. HEX triplet: 02, D4 and F7. RGB value is (2,212,247). Sum of RGB (Red+Green+Blue) = 2+212+247=461 (61% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #02D4F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D4F7 is #FD2B08. Grayscale: #989898. Windows color (decimal): -16591625 or 16241666. OLE color: 16241666.

HSL color Cylindrical-coordinate representation of color #02D4F7: hue angle of 188.57º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D4F7 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 2 212 247 -
CMYK 0.99 0.14 0 0.03
HSL 188.57º 0.98% 0.49% -
HSV(B) 188.57º 0.99% 0.97% -
XYZ 40.36 53.82 96.26 -
YUV 153.2 180.93 20.15 -
System Red Green Blue C M Y K H S L
Decimal 2 212 247 0.99 0.14 0 0.03 188.57 0.98 0.49
Hex 2 D4 F7 63 E 0 3 BD 62 31
Octal 2 324 367 143 16 0 3 275 142 61
Binary 10 11010100 11110111 1100011 1110 0 11 10111101 1100010 110001

Color Harmonies of #02D4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D4F7

Black with #02D4F7

Text Example


Text Example

White with #02D4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02D4F7; }

 p { color: rgb(2,212,247); }

 H1.HeaderClassName
 {
   color: #02D4F7;
 }
 .AnyTagClassName
 {
   color: #02D4F7;
 }
</style>

background-color css

<style>
 a { background-color: #02D4F7; }

 a { background-color: rgb(2,212,247); }

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

border-color css

<style>
 span { border-color: #02D4F7; }

 span { border-color: rgb(2,212,247); }

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