Html Css Color HEX #0C97FB Dodger Blue

📋 copy color: '#0C97FB'

red 12 ◦ green 151 ◦ blue 251

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

Shades of Dodger Blue #0C97FB

Tints of Dodger Blue #0C97FB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

 BLUE value IS 251 (98.44% from 255) = 60.63%

R = 2.9%
G = 36.47%
B = 60.63%

CMYK

 C value IS 0.95

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C97FB (or 0x0C97FB) is known color: Dodger Blue. HEX triplet: 0C, 97 and FB. RGB value is (12,151,251). Sum of RGB (Red+Green+Blue) = 12+151+251=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C97FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C97FB is #F36804. Grayscale: #787878. Windows color (decimal): -15951877 or 16488204. OLE color: 16488204.

HSL color Cylindrical-coordinate representation of color #0C97FB: hue angle of 205.1º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C97FB is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 12 151 251 -
CMYK 0.95 0.40 0 0.02
HSL 205.1º 0.97% 0.52% -
HSV(B) 205.1º 0.95% 0.98% -
XYZ 28.63 29.18 95.39 -
YUV 120.84 201.45 50.37 -
System Red Green Blue C M Y K H S L
Decimal 12 151 251 0.95 0.40 0 0.02 205.1 0.97 0.52
Hex C 97 FB 5F 28 0 2 CD 61 34
Octal 14 227 373 137 50 0 2 315 141 64
Binary 1100 10010111 11111011 1011111 101000 0 10 11001101 1100001 110100

Color Harmonies of #0C97FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C97FB

Black with #0C97FB

Text Example


Text Example

White with #0C97FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,151,251); }

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

background-color css

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

 a { background-color: rgb(12,151,251); }

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

border-color css

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

 span { border-color: rgb(12,151,251); }

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