Html Css Color HEX #307FCB Curious Blue

📋 copy color: '#307FCB'

red 48 ◦ green 127 ◦ blue 203

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

Shades of Curious Blue #307FCB

Tints of Curious Blue #307FCB

RGB

 RED value IS 48 (19.14% from 255) = 12.7%

 GREEN value IS 127 (50% from 255) = 33.6%

 BLUE value IS 203 (79.69% from 255) = 53.7%

R = 12.7%
G = 33.6%
B = 53.7%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#307FCB (or 0x307FCB) is known color: Curious Blue. HEX triplet: 30, 7F and CB. RGB value is (48,127,203). Sum of RGB (Red+Green+Blue) = 48+127+203=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #307FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FCB is #CF8034. Grayscale: #6F6F6F. Windows color (decimal): -13598773 or 13336368. OLE color: 13336368.

HSL color Cylindrical-coordinate representation of color #307FCB: hue angle of 209.42º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #307FCB is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 127 203 -
CMYK 0.76 0.37 0 0.20
HSL 209.42º 0.62% 0.49% -
HSV(B) 209.42º 0.76% 0.8% -
XYZ 19.59 20.12 59.35 -
YUV 112.04 179.33 82.32 -
System Red Green Blue C M Y K H S L
Decimal 48 127 203 0.76 0.37 0 0.20 209.42 0.62 0.49
Hex 30 7F CB 4C 25 0 14 D1 3E 31
Octal 60 177 313 114 45 0 24 321 76 61
Binary 110000 1111111 11001011 1001100 100101 0 10100 11010001 111110 110001

Color Harmonies of #307FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307FCB

Black with #307FCB

Text Example


Text Example

White with #307FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307FCB; }

 p { color: rgb(48,127,203); }

 H1.HeaderClassName
 {
   color: #307FCB;
 }
 .AnyTagClassName
 {
   color: #307FCB;
 }
</style>

background-color css

<style>
 a { background-color: #307FCB; }

 a { background-color: rgb(48,127,203); }

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

border-color css

<style>
 span { border-color: #307FCB; }

 span { border-color: rgb(48,127,203); }

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