Html Css Color HEX #0CA5F1 Deep Sky Blue

📋 copy color: '#0CA5F1'

red 12 ◦ green 165 ◦ blue 241

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

Shades of Deep Sky Blue #0CA5F1

Tints of Deep Sky Blue #0CA5F1

RGB

 RED value IS 12 (5.08% from 255) = 2.87%

 GREEN value IS 165 (64.84% from 255) = 39.47%

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

R = 2.87%
G = 39.47%
B = 57.66%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0CA5F1 (or 0x0CA5F1) is known color: Deep Sky Blue. HEX triplet: 0C, A5 and F1. RGB value is (12,165,241). Sum of RGB (Red+Green+Blue) = 12+165+241=418 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.87% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CA5F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA5F1 is #F35A0E. Grayscale: #7F7F7F. Windows color (decimal): -15948303 or 15836428. OLE color: 15836428.

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

Color convert

RGB 12 165 241 -
CMYK 0.95 0.32 0 0.05
HSL 199.91º 0.91% 0.5% -
HSV(B) 199.91º 0.95% 0.95% -
XYZ 29.48 33.34 88.1 -
YUV 127.92 191.81 45.32 -
System Red Green Blue C M Y K H S L
Decimal 12 165 241 0.95 0.32 0 0.05 199.91 0.91 0.5
Hex C A5 F1 5F 20 0 5 C8 5B 32
Octal 14 245 361 137 40 0 5 310 133 62
Binary 1100 10100101 11110001 1011111 100000 0 101 11001000 1011011 110010

Color Harmonies of #0CA5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA5F1

Black with #0CA5F1

Text Example


Text Example

White with #0CA5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CA5F1; }

 p { color: rgb(12,165,241); }

 H1.HeaderClassName
 {
   color: #0CA5F1;
 }
 .AnyTagClassName
 {
   color: #0CA5F1;
 }
</style>

background-color css

<style>
 a { background-color: #0CA5F1; }

 a { background-color: rgb(12,165,241); }

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

border-color css

<style>
 span { border-color: #0CA5F1; }

 span { border-color: rgb(12,165,241); }

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